home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch08 / acp229a / acp229aJ.js < prev   
Text File  |  1999-05-17  |  4KB  |  127 lines

  1.  
  2. function getQAarray() {
  3.  
  4.  
  5. ////////////////////////////////////////////////////////////////////////////////////
  6. ////////////////////////////////////////////////////////////////////////////////////
  7.  
  8.  
  9.  
  10. matchingAnsObj = new Object;
  11.  
  12.  
  13. problemArr = new Array();
  14.  
  15. for (i=0; i<this.AnswerArray.length+3; i++) 
  16. {
  17.   problemArr[i] = new Object;
  18. };
  19.  
  20.  
  21. ////////////////////////////////////////////////////////////////////////////////////
  22. ////////////////////////////////////////////////////////////////////////////////////
  23. ////////////////////////////////////////////////////////////////////////////////////
  24. ////////////////////////////////////////////////////////////////////////////////////
  25. // problemArr[1]["Q"] = "Experimentation "; 
  26. // problemArr[2]["Q"] = " Independent Variable ";
  27.  
  28.  
  29.  
  30.  
  31.  problemArr[1]["Q"] = " The beginning of the speech, which affects listeners' first impressions of the speaker and prepares them for the speech. "; 
  32.  
  33.  problemArr[2]["Q"] = " Division of the body of the speech among selected categories for discussion. "; 
  34.  
  35.  problemArr[3]["Q"] = " A question for which no answer is expected but which encourages the listeners to think. "; 
  36.  
  37.  problemArr[4]["Q"] = " The closing of the speech, which draws together what the speaker has said and indicates what the audience should believe or do in response to the speech. "; 
  38.  
  39.  problemArr[5]["Q"] = " A condensed restatement of the principal ideas just discussed. "; 
  40.  
  41.  problemArr[6]["Q"] = " A connection, or bridge, between the main elements of the speech and the main ideas within the body of the speech. "; 
  42.  
  43.  problemArr[7]["Q"] = " A preview within the body of the speech, leading into one of the main ideas. "; 
  44.  
  45.  problemArr[8]["Q"] = " A summary within the body of the speech, drawing together one of the main ideas. "; 
  46.  
  47.  problemArr[9]["Q"] = " Using verbal cues to indicate to an audience where you are in the structure of the speech. "; 
  48.  
  49.  
  50.  
  51.  
  52.    
  53.  
  54.  
  55.  
  56.  
  57.  
  58. ////////////////////////////////////////////////////////////////////////////////////
  59. ////////////////////////////////////////////////////////////////////////////////////
  60. //////////////////////////////////////////////////////////////////////////////////// 
  61. // matchingAnsObj["A"] = " The variable that is measured in an experiment. ";
  62. // matchingAnsObj["B"] = " Procedure in which the researchers who have contact with participants do not know the hypothesis under investigation. ";
  63. // matchingAnsObj["C"] = " Unintended effects, caused by researchers, on participants' behavior. ";
  64.  
  65.  
  66.  
  67.  
  68.   matchingAnsObj["A"] = " conclusion "; 
  69.  
  70.   matchingAnsObj["B"] = " internal preview "; 
  71.  
  72.   matchingAnsObj["C"] = " internal summary "; 
  73.  
  74.   matchingAnsObj["D"] = " introduction "; 
  75.  
  76.   matchingAnsObj["E"] = " partition "; 
  77.  
  78.   matchingAnsObj["F"] = " rhetorical question "; 
  79.  
  80.   matchingAnsObj["G"] = " signposting "; 
  81.  
  82.   matchingAnsObj["H"] = " summary "; 
  83.  
  84.   matchingAnsObj["I"] = " transition "; 
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91. matchingAnsObj["FD"] = " For more information, see page 206 of your text. ";
  92.  
  93. matchingAnsObj["FE"] = " For more information, see page 208 of your text. ";
  94.  
  95. matchingAnsObj["FF"] = " For more information, see page 214 of your text. ";
  96.  
  97. matchingAnsObj["FA"] = " For more information, see page 217 of your text. ";
  98.  
  99. matchingAnsObj["FH"] = " For more information, see page 218 of your text. ";
  100.  
  101. matchingAnsObj["FI"] = " For more information, see page 223 of your text. ";
  102.  
  103. matchingAnsObj["FB"] = " For more information, see page 225 of your text. ";
  104.  
  105. matchingAnsObj["FC"] = " For more information, see page 226 of your text. ";
  106.  
  107. matchingAnsObj["FG"] = " For more information, see page 228 of your text. ";
  108.  
  109.  
  110.    
  111.  
  112.  
  113. ////////////////////////////////////////////////////////////////////////////////////
  114. ////////////////////////////////////////////////////////////////////////////////////
  115. ////////////////////////////////////////////////////////////////////////////////////
  116. ////////////////////////////////////////////////////////////////////////////////////
  117.  
  118.  
  119. }
  120.  
  121.  
  122. getQAarray();
  123.  
  124.  
  125.  
  126.  
  127.